home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 30 / _SETUP.1 / Snipper.exe / 0 / RCDATA / TFRMRENAME / TFRMRENAME.txt
Text File  |  2001-03-09  |  2KB  |  90 lines

  1. object frmRename: TfrmRename
  2.   Left = 260
  3.   Top = 159
  4.   Width = 219
  5.   Height = 165
  6.   ActiveControl = Edit1
  7.   BorderIcons = []
  8.   BorderStyle = bsSizeToolWin
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 64
  22.     Width = 62
  23.     Height = 13
  24.     Caption = 'New Name...'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 56
  30.     Height = 13
  31.     Caption = 'Old Name...'
  32.   end
  33.   object Edit1: TEdit
  34.     Left = 8
  35.     Top = 80
  36.     Width = 193
  37.     Height = 21
  38.     TabOrder = 0
  39.   end
  40.   object RzBitBtn1: TRzBitBtn
  41.     Left = 149
  42.     Top = 112
  43.     Width = 52
  44.     Height = 21
  45.     Caption = '&Ok'
  46.     Color = clNavy
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWhite
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentColor = False
  53.     ParentFont = False
  54.     TabOrder = 1
  55.     OnClick = RzBitBtn1Click
  56.   end
  57.   object btnCancel: TRzBitBtn
  58.     Left = 90
  59.     Top = 112
  60.     Width = 52
  61.     Height = 21
  62.     Caption = '&Cancel'
  63.     Color = clNavy
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWhite
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentColor = False
  70.     ParentFont = False
  71.     TabOrder = 2
  72.     OnClick = btnCancelClick
  73.   end
  74.   object editOldName: TEdit
  75.     Left = 8
  76.     Top = 24
  77.     Width = 193
  78.     Height = 21
  79.     Color = clGray
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clYellow
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     ReadOnly = True
  87.     TabOrder = 3
  88.   end
  89. end
  90.